home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TSEARCH / TSEARCH.txt < prev   
Text File  |  1996-10-21  |  3KB  |  120 lines

  1. object Search: TSearch
  2.   Left = 205
  3.   Top = 161
  4.   Width = 356
  5.   Height = 219
  6.   Caption = 'PC Baby Help - Search'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 56
  19.     Width = 49
  20.     Height = 19
  21.     Caption = 'Topic:'
  22.     Font.Color = clBlue
  23.     Font.Height = -16
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 0
  31.     Width = 162
  32.     Height = 33
  33.     Caption = 'PC Baby Help'
  34.     Font.Color = clNavy
  35.     Font.Height = -29
  36.     Font.Name = 'Times New Roman'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 8
  42.     Top = 20
  43.     Width = 330
  44.     Height = 13
  45.     Caption = '_______________________________________________________'
  46.     Font.Color = clNavy
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object Label4: TLabel
  54.     Left = 8
  55.     Top = 23
  56.     Width = 330
  57.     Height = 18
  58.     Caption = '_______________________________________________________'
  59.     Font.Color = clNavy
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     Transparent = True
  65.   end
  66.   object Topic: TComboBox
  67.     Left = 8
  68.     Top = 80
  69.     Width = 249
  70.     Height = 24
  71.     ItemHeight = 16
  72.     Sorted = True
  73.     TabOrder = 0
  74.     OnClick = TopicClick
  75.   end
  76.   object BitBtn2: TBitBtn
  77.     Left = 246
  78.     Top = 146
  79.     Width = 93
  80.     Height = 31
  81.     Caption = 'Close'
  82.     Default = True
  83.     Font.Color = clGreen
  84.     Font.Height = -19
  85.     Font.Name = 'Arial'
  86.     Font.Style = [fsBold]
  87.     ModalResult = 1
  88.     ParentFont = False
  89.     TabOrder = 1
  90.     OnClick = BitBtn2Click
  91.     Glyph.Data = {
  92.       F6000000424DF600000000000000760000002800000010000000100000000100
  93.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  94.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  95.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  96.       5555555555555555555555555205555555555555222055555555555522205555
  97.       5555555222220555555555222222055555555722052220555555720555522055
  98.       5555555555522205555555555555220555555555555552205555555555555572
  99.       0555555555555557205555555555555552205555555555555555}
  100.     Margin = 8
  101.     Spacing = -1
  102.   end
  103.   object HelpTable: TTable
  104.     DatabaseName = 'PCBaby4'
  105.     TableName = 'BABYHELP.DB'
  106.     Left = 304
  107.     object HelpTableTitle: TStringField
  108.       FieldName = 'Title'
  109.       Size = 50
  110.     end
  111.     object HelpTableHelpID: TIntegerField
  112.       FieldName = 'HelpID'
  113.     end
  114.   end
  115.   object DataSource1: TDataSource
  116.     DataSet = HelpTable
  117.     Left = 272
  118.   end
  119. end
  120.